home *** CD-ROM | disk | FTP | other *** search
- #ifndef _GLN_GLNHIS_H
- #define _GLN_GLNHIS_H
-
- #ifndef _SIGLN_H
- # include <sigln.h>
- #endif
-
- extern int GlnHisNum;
-
- extern GLNHIS_T *glnHis_workAlloc( int n );
- extern void glnHis_workFree( GLNHIS_T *his );
- extern int glnHis_setOrg( GLNHIS_T *his, size_t len, CONST char *buf );
- extern int glnHis_set( GLNHIS_T *his, size_t len, CONST char *buf );
- extern void glnHis_reset( GLNHIS_T *his );
- extern GLNHISDAT_T *glnHis_prev( GLNHIS_T *his );
- extern GLNHISDAT_T *glnHis_next( GLNHIS_T *his );
-
- #endif
-